home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / v cisle / switch / SwitchWindowSetup.exe / {app} / SwitchWin.dll / RCDATA / TSPLASHSCREEN / TSPLASHSCREEN.txt < prev   
Text File  |  2004-09-25  |  3KB  |  159 lines

  1. object SplashScreen: TSplashScreen
  2.   Left = 219
  3.   Top = 258
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'SplashScreen'
  7.   ClientHeight = 229
  8.   ClientWidth = 480
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 480
  25.     Height = 229
  26.     Align = alClient
  27.     Picture.Data = {<image000.TJvGIFImage>}
  28.   end
  29.   object Bevel1: TBevel
  30.     Left = 0
  31.     Top = 176
  32.     Width = 481
  33.     Height = 49
  34.     Shape = bsTopLine
  35.   end
  36.   object VersionLabel: TLabel
  37.     Left = 216
  38.     Top = 40
  39.     Width = 257
  40.     Height = 17
  41.     Alignment = taRightJustify
  42.     AutoSize = False
  43.     Caption = 'VersionLabel'
  44.     Font.Charset = RUSSIAN_CHARSET
  45.     Font.Color = clBlack
  46.     Font.Height = -16
  47.     Font.Name = '@Arial Unicode MS'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.     Transparent = True
  51.   end
  52.   object RegisterLabel: TLabel
  53.     Left = 256
  54.     Top = 64
  55.     Width = 217
  56.     Height = 17
  57.     AutoSize = False
  58.     Caption = 'This program is licensed to:'
  59.     Font.Charset = RUSSIAN_CHARSET
  60.     Font.Color = clBlack
  61.     Font.Height = -13
  62.     Font.Name = '@Arial Unicode MS'
  63.     Font.Style = []
  64.     ParentFont = False
  65.     Transparent = True
  66.   end
  67.   object RegisterToLabel: TLabel
  68.     Left = 256
  69.     Top = 80
  70.     Width = 218
  71.     Height = 17
  72.     AutoSize = False
  73.     Caption = 'UNREGISTERED TRIAL VERSION'
  74.     Font.Charset = RUSSIAN_CHARSET
  75.     Font.Color = clRed
  76.     Font.Height = -12
  77.     Font.Name = '@Arial Unicode MS'
  78.     Font.Style = [fsBold]
  79.     ParentFont = False
  80.     Transparent = True
  81.   end
  82.   object InfLabel: TLabel
  83.     Left = 257
  84.     Top = 96
  85.     Width = 38
  86.     Height = 13
  87.     Caption = 'InfLabel'
  88.     Font.Charset = DEFAULT_CHARSET
  89.     Font.Color = clRed
  90.     Font.Height = -11
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     ParentFont = False
  94.     Transparent = True
  95.     Visible = False
  96.   end
  97.   object Label3: TLabel
  98.     Left = 8
  99.     Top = 207
  100.     Width = 250
  101.     Height = 13
  102.     Caption = 'Copyright (c) 2003-2004 Desktop Boosters Sosftware'
  103.     Transparent = True
  104.   end
  105.   object MailLabel: TLabel
  106.     Left = 264
  107.     Top = 138
  108.     Width = 186
  109.     Height = 13
  110.     Cursor = crHandPoint
  111.     Caption = 'SwitchWindow@DesktopBoosters.com'
  112.     Font.Charset = DEFAULT_CHARSET
  113.     Font.Color = clNavy
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = []
  117.     ParentFont = False
  118.     Transparent = True
  119.     OnClick = MailLabelClick
  120.   end
  121.   object HomeSiteLabel: TLabel
  122.     Left = 264
  123.     Top = 154
  124.     Width = 162
  125.     Height = 13
  126.     Cursor = crHandPoint
  127.     Caption = 'http://www.DesktopBoosters.com'
  128.     Font.Charset = DEFAULT_CHARSET
  129.     Font.Color = clNavy
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ParentFont = False
  134.     Transparent = True
  135.     OnClick = HomeSiteLabelClick
  136.   end
  137.   object OkButton: TButton
  138.     Left = 385
  139.     Top = 188
  140.     Width = 91
  141.     Height = 33
  142.     Caption = 'OkButton'
  143.     ModalResult = 1
  144.     TabOrder = 0
  145.   end
  146.   object RegisterButton: TButton
  147.     Left = 288
  148.     Top = 188
  149.     Width = 91
  150.     Height = 33
  151.     Caption = 'RegisterButton'
  152.     Default = True
  153.     ModalResult = 6
  154.     TabOrder = 1
  155.     Visible = False
  156.     OnClick = RegisterButtonClick
  157.   end
  158. end
  159.